| short: IATWoojin |
| de: IATWoojin |
| en: IATWoojin |
| name | type | description | bindable | readOnly | required | defaultValue | localizable |
|---|---|---|---|---|---|---|---|
| buttonsStyle | String | When some particular userStyle defined in Button widget is wanted to be used. | false | false | false | null | false |
| contentIdName | String | It is Id of Content what have to be Loaded with System:LoadContentInArea. | true | false | false | false | |
| contentParentIdName | String | It is Id of Content what have to be Loaded with System:LoadContentInArea. | true | false | false | false | |
| contentRefId | String | Id of the content file. Possible values can be: SingleContent, SplitTopContent or SplitBottomContent | false | false | false | null | false |
| customButtonsArray | StringArray1D | pages in this array are used for custom buttons | true | false | false | false | |
| enable | Boolean | Initial option to enable widget. | true | false | false | true | false |
| hiddenPagesArray | StringArray1D | shows/hides pages depend on option enabled/disabled | true | false | false | false | |
| imagesPath | String | Path where the images for buttons are keept. ex) Image/Etc/ | false | false | false | Media/Images/Tab/ | false |
| jsonPath | String | Path of JSON file with the information of items that each group contains | false | false | false | null | false |
| permissionOperate | RoleCollection | restricts operability to users, which have given roles | false | false | false | false | |
| permissionView | RoleCollection | restricts visibility to users, which have given roles | false | false | false | false | |
| style | StyleReference | reference to a style for this widget type | true | false | false | default | false |
| tabIndex | Integer | sets if a widget should have autofocus enabled (0), the order of the focus (>0), or if autofocus should be disabled (-1) | false | false | false | -1 | false |
| tooltip | String | reference to a tooltip for a widget | false | false | false | true | |
| visible | Boolean | change visibility | true | false | false | true | false |
| zIndex | UInteger | The zIndex property specifies the z-order of a widget and its childs. When widgets overlap, z-order determines which one covers the other. A widget with a larger zIndex generally covers a widget with a lower one. The zIndex must be unique within a content. |
false | false | true | false | |
| left | Integer | absolute position measured from left boundary of parent container | false | false | false | false | |
| top | Integer | absolute position measured from top boundary of parent container | false | false | false | false | |
| height | Size | outer height of widget | false | false | false | 30 | false |
| width | Size | outer width of widget | false | false | false | 100 | false |
| name | type | description | defaultValue |
|---|---|---|---|
| backColor | Color | usage (Syntax like CSS): - HEX Color code: #FFFFFF - rgba Component syntax: rgba(100,100,100,255) - transparent |
#FF8800 |
| fontColor | Color | usage (Syntax like CSS): - HEX Color code: #FFFFFF - rgba Component syntax: rgba(100,100,100,255) - transparent |
#000000 |
| borderStyle | BorderStyle | Style of the Border of the widget Possible Values: solid, dotted, none |
none |
| borderWidth | PixelVal | usage (Syntax like CSS):
|
2px |
| borderColor | Color | usage (Syntax like CSS): - HEX Color code: #FFFFFF - rgba Component syntax: rgba(100,100,100,255) - transparent |
#000000 |
| textAlign | String | textAlign |
left |
| fontSize | String | fontSize |
12px |
| bold | Boolean | If true font style is bold |
false |
| textColor | Color | textColor |
#000000 |
| padding | Padding | Padding of the Widget |
0px |